home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / question.dir / 00033_Script_33 < prev    next >
Text File  |  1994-11-29  |  327b  |  15 lines

  1. on exitFrame
  2.   go to marker(0) + 1
  3. end exitFrame
  4.  
  5. on enterFrame
  6.   global puppetNum
  7.   put the castNum of sprite 10 into castnum
  8.   if the movieTime of sprite 10 = the duration of cast castnum then
  9.     showPlay
  10.     set the movieRate of sprite 10 to 0
  11.     set the movieTime of sprite 10 to 0
  12.   end if
  13. end enterFrame
  14.  
  15.